﻿ @charset "UTF-8";
/* CSS Reset */
body,  div,  span,  applet,  object,  iframe, 
h1,  h2,  h3,  h4,  h5,  h6,  p,  blockquote,  pre, 
a,  abbr,  acronym,  address,  big,  cite,  code, 
del,  dfn,  em,  font,  img,  ins,  kbd,  q,  s,  samp, 
small,  strike,  strong,  sub,  sup,  tt,  var, 
b,  u,  i,  center, 
dl,  dt,  dd,  ol,  ul,  li, 
fieldset,  form,  label,  legend, 
table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td, 
nav,  header
  {
	margin: 0;
	padding:0;
	border: 0;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	vertical-align: baseline;
	background: transparent;
	
}

img  {
	 -ms-interpolation-mode: bicubic;
	 
}
body
{
overflow:auto;
}


/* Gotham Light */
@font-face {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 300; 
	font-style: normal;
}

/* Gotham Light Italic*/

@font-face {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 300; 
	font-style: italic;
}

/* Gotham Book */

@font-face {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 	
	font-weight: 400; 
	font-style: normal;
}

/* Gotham Book Italic*/


@font-face {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400; 
	font-style: italic;
}

/* Gotham Medium */


@font-face {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 500; 
	font-style: normal;
}



@font-face  {
    font-family: 'jenna_sueregular';
    src: url('/_layouts/15/styles/marshfieldpws/jennasue-webfont.eot');
    src: url('/_layouts/15/styles/marshfieldpws/jennasue-webfont.eot?#iefix') format('embedded-opentype'), 
         url('/_layouts/15/styles/marshfieldpws/jennasue-webfont.woff') format('woff'), 
         url('/_layouts/15/styles/marshfieldpws/jennasue-webfont.ttf') format('truetype'), 
         url('/_layouts/15/styles/marshfieldpws/jennasue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*----------------------------------------------------------------------------------*/
/* Changes for Appointment Request Form Header Are Found in Script Editor Web parts */
/*----------------------------------------------------------------------------------*/

/*New Button Styles - 12/2014 */

/*---------Non-Action Button----------*/  
      
.other-button {
   border-top:none;
   background: #eee5d6;  
   padding: 14px 18px 12px 18px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   border-bottom:2px solid #e2d7c7;
   color: #313132;
   font-size: 16px;
   font-family: Gotham, Helvetica, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   margin:50px;
   }
.other-button:hover {
	 -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
    border-bottom:2px solid #eae0ce;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5f1e5), to(#eee5d6));
   background: -webkit-linear-gradient(top, #f5f1e5, #eee5d6);
   background: -moz-linear-gradient(top, #f5f1e5, #eee5d6);
   background: -ms-linear-gradient(top, #f5f1e5, #eee5d6);
   background: -o-linear-gradient(top, #f5f1e5, #eee5d6);
  color: #5b5f5e;
   }
.other-button:active {
   border-top:1px solid #d6cbb9;
   background: #e8decf;
    border-bottom:2px solid #eae0ce;
   }
   

 /*---------Action Button (CTA)----------*/  

   
 .buttonpink {
   border-top:none;
   background: -webkit-gradient(linear, left top, left bottom, from(#d8545c), to(#d84557));
   background: -webkit-linear-gradient(top, #d8545c, #d84557);
   background: -moz-linear-gradient(top, #d8545c, #d84557);
   background: -ms-linear-gradient(top, #d8545c, #d84557);
   background: -o-linear-gradient(top, #d8545c, #d84557);  
   padding: 16px 22px 14px 22px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   border-bottom:2px solid #ba304c;
   color:white;
   text-shadow:0 -1px #ba304c;
   font-size: 16px;
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
   font-weight: 300; 
   font-style: normal;
   text-decoration: none;
   vertical-align: middle;
   margin:50px;
   }
.buttonpink:hover {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   border-bottom:2px solid #cc3b54;
   background: -webkit-gradient(linear, left top, left bottom, from(#de6d74), to(#d84557));
   background: -webkit-linear-gradient(top, #de6d74, #d84557);
   background: -moz-linear-gradient(top, #de6d74, #d84557);
   background: -ms-linear-gradient(top, #de6d74, #d84557);
   background: -o-linear-gradient(top, #de6d74, #d84557);  
  text-shadow:0 -1px #ba304c;
   }
.buttonpink:active {
   border-top:1px solid #a32e4a;
   background: #cc4a5a;
    border-bottom:2px solid #cc3b54;
   text-shadow:0 -1px #a32e4a;
   }
   
   
   /*---------Form Button (Green)----------*/  

   
  .buttongreen {
     border-top:none;
     background:#e1f1a1;
     padding: 16px 22px 14px 22px;
     -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
     border-radius: 7px;
     border-bottom:2px solid #d1e494;
     color:#313132;
     font-size: 16px;
     font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 
	 font-weight: 300; 
	 font-style: normal;
     text-decoration: none;
     vertical-align: middle;
     margin:5px; 
     }
  .buttongreen:hover {
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     border-bottom:2px solid #d1e494;
     background:#e6f1be;

     }
  .buttongreen:active {
     border-top:1px solid #aabf89;
     background: #d1e78f;
     border-bottom:2px solid #d1e78f;
     }

/* For Events Listing in Right Rail */
.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 
	font-weight: 300; 
	font-style: normal;
	color: #444;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*Same Day Appointment Page */

.samedaySearch{
	text-align:center; 
}



/*Provider Search Results*/

.searchFilter h3 { 
   margin-bottom:18px; 
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;	
   font-weight: 400; 
   font-style: normal;
   font-size: 19px;
   color: #A40046;
}

.ms-ref-uparrow {
    background: url("/_layouts/15/images/searchresultui.png?rev=23") no-repeat scroll -57px -57px rgba(0, 0, 0, 0);
    display: inline-block;
}
.ms-ref-uparrow, .ms-ref-downarrow {
     float:none; 
     height: 16px;
     margin-top: 5px;
     width: 16px;
     display:inline-block;
}

.ms-ref-refinername:link, .ms-ref-refinername:visited {
    border: 0 none;
    cursor: pointer;
    display: block;
    padding: 0 0 8px;
    width: 160px;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
	font-weight: 500; 
	font-style: normal;
    font-size: 16px;
    color: #3C3C3D; 

}

/* refiner item */
.ms-ref-name {
    max-width: 100%;
    vertical-align: bottom;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
    font-weight: 400; 
    font-style: normal;
    font-size: 16px;
    color: #3C3C3D;
    text-decoration:none;
     
}

/* refiner hover background */

a#FilterLink:hover{
	background-color: #f5f0e7;
}




/*Refiners*/

.ms-ref-refiner #Value a, .ms-ref-unsel-toggle {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    line-height: 20px;
    color: #3C3C3D;
    text-decoration: none;
    width: 100%;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 4px;
}

.ms-ref-refiner #Value > a:active, .ms-ref-unsel-toggle:active {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    line-height: 20px;
    color: #3C3C3D;    
    text-decoration: underline;
    background-color: #f5f0e7;
    display:block;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 4px;
    
}



.ms-ref-refiner #Value > a:hover, .ms-ref-unsel-toggle:hover {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    line-height: 20px;
    color: #3C3C3D;    
    text-decoration: underline;
    background-color: #f5f0e7;
    display:block;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 4px;
    
}

/* Selected Filter */

a#FilterLink.ms-core-listMenu-selected{
	background-color: transparent;
    border: 0 none;
    cursor: pointer;
    line-height: 20px;
    color: #ff3636;    
    text-decoration: underline;
    background-color: #f5f0e7;
    display:block;
    padding-left: 10px;

}

/*Show More Link */

.ms-calloutLink:link, a.ms-calloutLink:visited, .ms-calloutLinkDisabled, .ms-commandLink, .ms-commandLink:visited, .ms-secondaryCommandLink, .ms-secondaryCommandLink:visited {
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
	color: #a40046;
	text-transform: lowercase;
	text-decoration: underline;
	background-color:transparent;
	/*padding-left: 20px;*/
}

a.ms-calloutLink:hover, .ms-commandLink:hover, .ms-secondaryCommandLink:hover {
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
	color: #ff3636; 
	text-transform: lowercase;
	text-decoration: underline;
	background-color:transparent;
	/*padding-left: 20px;*/
}

#unselToggle > .ms-displayInlineBlock {
 	display: inline-block;
 	text-decoration: underline;
}



/* Change position of search input box */
.docsSearch-ui-widget {
    max-width: 390px;
    position: relative;
    top: -56px;
    left: 46px;
    width: 100%;
    
}

/* search results number position change */
#ctl00_SPWebPartManager1_g_79fede12_b366_44df_8792_7869ff0d39c6{
	position:relative;
	top: -62px;
	left: 52px;
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
    font-weight: 300; 
    font-style: normal;
    font-size: 18px;
    color: #313132;

}

span#queryresults{
	
	font-weight: 300;
	
}

span#queryparm b {
    font-weight: 300;
}


span#queryparm{
	font-weight: 300;
	
}


.seached {
	padding: 0 0 12px !important; 
	font-size: 16px !important;
	font-weight: normal !important;
	width: 65% !important;
}

/* search results doctors listing position change */


.ms-srch-result {
    margin-top: 21px;
    position: relative;
    top: -112px;
}



/* Doctors Listing info */


.docs2List li p {
    margin-bottom: 24px;
    width: 74%;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;	
    font-weight: 400; 
    font-style: normal;
    font-size: 16px;
    color: #333333;

}


.searchList li p a {
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
    font-weight: 300; 
    font-style: normal;
    font-size: 16px;
    color: #333333;
}


.addToFavs {
    display:none;
}



a.requestAppointment {
   display:none;
}

div.docButtons > a.buttonlink {
	background: none !important;
    box-shadow: 0 ;
    margin-bottom: 5px;
    text-align: center !important;
	
	
}


.docButtons {
    clear: both;
    padding: 0;
    position: relative;
    top: -9px;
}

.docs2List h2 { 
	padding: 0 0 10px 0px;
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;	
   font-weight: 300; 
   font-style: normal;
   font-size: 20px;
   color: #A40046;

}


.docs2List li p {
	margin-bottom: 8px;
	width:74%
}

.docs2List img { 
   float:left; 
   margin-top: 5px;
   /*padding-left: 28px;*/
}

.docs2List a > h2 {
  font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
   font-weight: 300; 
   font-style: normal;
   font-size: 20px;
   color: #A40046;


}

.docs2List a:hover > h2 {
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
   font-weight: 300; 
   font-style: normal;
   font-size: 20px;
   color: #ff3636;
   text-decoration: underline;


}


 
div.docButtons > a.buttonLink, div.docButtons > .buttonLink a, .flexCTAlinks a, a.viewAllButt {
    background: none !important;
    box-shadow: none !important;
   /* margin-bottom: 5px;*/
    text-align: center !important;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;	
    font-weight: 300 !important; 
    font-style: normal !important;
    font-size: 16px !important;
    color: #333333 !important;
    text-transform:none !important;
    
    
}


div.docButtons > a.buttonLink:hover, div.docButtons > .buttonLink a:hover, .flexCTAlinks a:hover, a.viewAllButt:hover {
	background-image: none !important;
	background-color: #FFFFFF !important;
	cursor: pointer;
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
    font-weight: 300; 
    font-style: normal;
    font-size: 16px;
    color: #333333 !important;
    text-decoration:underline !important;
    text-transform: none; 
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
}

.marshfieldHomePageSignIn2 b {
    color: #a40046;
    font-family: jenna_sueregular,cursive;
    font-size: 36px;
    font-weight: normal;
    text-transform: lowercase;
}

.marshfieldHomePageSignIn2 {
    display: block;
    font-size: 16px;
    padding: 0 14px 0 14px;
    position: relative;
    top: -55px;
    z-index: 1000;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
    
}

a#docResultsMMCSignin{
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;	
   font-weight: 300; 
   font-style: normal;
   font-size: 16px;
   color: #A40046;
   position:relative;
   top: -45px;
   padding-left: 14px;

}

a:hover#docResultsMMCSignin{
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;	
   font-weight: 300; 
   font-style: normal;
   /*font-size: 14px;*/
   color: #ff3636;
   text-decoration:underline;
   position:relative;
   top: -45px;
   padding-left: 14px;

}

 

#reqApptDiv {
    left: -55px;
    position: relative;
    top: 2px;
    z-index: 500;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
}


#MSOZoneCell_WebPartctl00_SPWebPartManager1_g_0df46e06_b99f_4923_bc65_cc065df595e1 {
	position:fixed;
	width:200px;
	z-index: 500;
}


#MSOZoneCell_WebPartctl00_SPWebPartManager1_g_0798647b_e538_45d2_a49d_80d436d0c3e5 {
    position: fixed;
    width: 300px;
    padding-top: 172px;
   

 
}

/*
#docResultsMMCSignin {
padding: 10px 10px 0 9px;
}
*/

a.buttonpink {
   border-top:none;
   background: #d8545c; /* Old browsers */
   background: -webkit-gradient(linear, left top, left bottom, from(#d8545c), to(#d84557));
   background: -webkit-linear-gradient(top, #d8545c, #d84557);
   background: -moz-linear-gradient(top, #d8545c, #d84557);
   background: -ms-linear-gradient(top, #d8545c, #d84557);
   background: -o-linear-gradient(top, #d8545c, #d84557);  
   background: linear-gradient(to bottom,  #d8545c 0%,#d84557 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8545c', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
   padding: 16px 22px 14px 22px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   border-bottom:2px solid #ba304c;
   color:white;
   text-shadow:0 -1px #ba304c;
   font-size: 16px;
   vertical-align: middle;
   margin:50px;
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
   }

a.buttonpink:active {
   border-top:1px solid #a32e4a;
   background: #cc4a5a;
    border-bottom:2px solid #cc3b54;
   text-shadow:0 -1px #a32e4a;
   }


a.buttonpink:visited {
   border-top:none;
   background: #d8545c; /* Old browsers */
   background: -webkit-gradient(linear, left top, left bottom, from(#d8545c), to(#d84557));
   background: -webkit-linear-gradient(top, #d8545c, #d84557);
   background: -moz-linear-gradient(top, #d8545c, #d84557);
   background: -ms-linear-gradient(top, #d8545c, #d84557);
   background: -o-linear-gradient(top, #d8545c, #d84557);  
   background: linear-gradient(to bottom,  #d8545c 0%,#d84557 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8545c', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
   padding: 16px 22px 14px 22px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   border-bottom:2px solid #ba304c;
   color:white;
   text-shadow:0 -1px #ba304c;
   font-size: 16px;
   text-decoration: none;
   vertical-align: middle;
   margin:50px;
   font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
   }

a.buttonpink:hover {
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   border-bottom:2px solid #cc3b54;
   background: -webkit-gradient(linear, left top, left bottom, from(#de6d74), to(#d84557));
   background: -webkit-linear-gradient(top, #de6d74, #d84557);
   background: -moz-linear-gradient(top, #de6d74, #d84557);
   background: -ms-linear-gradient(top, #de6d74, #d84557);
   background: -o-linear-gradient(top, #de6d74, #d84557);  
   background: linear-gradient(to bottom,  #de6d74 0%,#d84557 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6d74', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
   text-shadow:0 -1px #ba304c;
   color:white;
   text-decoration: none;
   cursor: pointer;
   }
   
/* Gotham Font Subsitute */
.detailIntro h1 { 
	text-transform:capitalize; 
	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
 	font-size: 28px;
 	font-weight: 300; 
 	font-style: normal;
 	padding: 33px 0px 0px 0px;
 	
 }
 
.breadCrumbs {
	text-align: center;
	color: #404040;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 45px;
	display:none;
}
.ms-ref-refiner #Value > a.ms-displayBlock, .doctor2Content a {
text-decoration: none !important;

} 

.ms-ref-refiner #Value > a:hover, .doctor2Content a:hover {
    color: #3C3C3D;
    text-decoration: underline !important;
 
}
.ms-displayInlineBlock{
    font-size:16px;
}

@media screen and (min-width: 760px) {

	/********* Hide the 2nd Refinement Panel in Full Width > 760px ********************/
	/***********This is direct result of page layout positioning issues***/
	#MSOZoneCell_WebPartWPQ4 {
		margin-bottom:0px !important;
		display:none !important;
	}
	
	#ctl00_SPWebPartManager1_g_619b99fb_6efe_4a2f_8768_229a1747ab61_csr2 .ms-ref-uparrow, .ms-ref-downarrow {
		margin-top: -0px;
		position: relative;
		/*left: 100px;
		top: -38px; jesha */  
  }

    #ctl00_SPWebPartManager1_g_619b99fb_6efe_4a2f_8768_229a1747ab61_csr_RefinerHeading_owstaxIdAdditionalSearchTerms.ms-ref-refiner{
		position:relative;
		top:-40px;
  }
    
    /*Jesha's changes to fix Additional Search Terms refiner arrow */
    
    #ctl00_SPWebPartManager1_g_619b99fb_6efe_4a2f_8768_229a1747ab61_csr_RefinerHeading_owstaxIdAdditionalSearchTerms {
		width: 93px;
	}

	#ctl00_SPWebPartManager1_g_619b99fb_6efe_4a2f_8768_229a1747ab61_csr_RefinerHeading_owstaxIdAdditionalSearchTerms ~ .ms-ref-downarrow{
                top: -18px;
	}

	#ctl00_SPWebPartManager1_g_619b99fb_6efe_4a2f_8768_229a1747ab61_csr_RefinerHeading_owstaxIdAdditionalSearchTerms ~ .ms-ref-uparrow{
                top: -18px;
	}


}
/**************************************************************************************/
/**************************  Large Tablets ********************************************/
@media screen and (min-width: 760px) and (max-width: 959px) {

	
	.marshfieldHomePageSignIn2 b {
    	color: #a40046;
    	font-family: jenna_sueregular,cursive;
    	font-size: 36px;
    	font-weight: normal;
    	text-transform: lowercase;
    	display:none;
    	padding: 20px 0 0 5px !important;
    
    
	}

	.marshfieldHomePageSignIn2 {
    	display: block;
    	font-size: 16px;
    	padding: 0 14px 0 14px;
    	position: relative;
    	top: -55px;
    	z-index: 1000;
    	display:none;
 	}

	a#docResultsMMCSignin{
   		font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
   		font-weight: 300; 
   		font-style: normal;
   		font-size: 16px;
   		color: #A40046;
   		position:relative;
   		top: -45px;
   		padding-left: 14px;
   		white-space:normal;

  	}

	a:hover#docResultsMMCSignin{
   		font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
   		font-weight: 300; 
   		font-style: normal;
   		font-size: 16px;
   		color: #ff3636;
   		text-decoration:underline;
   		position:relative;
   		top: -45px;
   		padding-left: 14px;
   		white-space:normal;
	}

 

	#reqApptDiv {
    	/*left: -40px;*/
    	position: relative;
    	top: 2px;
    	z-index: 100;
    	width: 175px;
    	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
	}

	/* Request Appointment Button */
	#MSOZoneCell_WebPartctl00_SPWebPartManager1_g_0df46e06_b99f_4923_bc65_cc065df595e1 {
		position:fixed;
		width:200px;

	}

	/* My Marshfield Text and Link */
	#MSOZoneCell_WebPartctl00_SPWebPartManager1_g_0798647b_e538_45d2_a49d_80d436d0c3e5 {
    	position: fixed;
    	width: 300px;
    	padding-top: 172px;
 
	}


	a.buttonpink {
   		border-top:none;
   		background: #d8545c; /* Old browsers */
   		background: -webkit-gradient(linear, left top, left bottom, from(#d8545c), to(#d84557));
   		background: -webkit-linear-gradient(top, #d8545c, #d84557);
   		background: -moz-linear-gradient(top, #d8545c, #d84557);
   		background: -ms-linear-gradient(top, #d8545c, #d84557);
   		background: -o-linear-gradient(top, #d8545c, #d84557);  
   		background: linear-gradient(to bottom,  #d8545c 0%,#d84557 100%); /* W3C */
   		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8545c', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
   		padding: 14px 16px 12px 16px;
   		-webkit-border-radius: 7px;
   		-moz-border-radius: 7px;
   		border-radius: 7px;
   		border-bottom:2px solid #ba304c;
   		color:white;
   		text-shadow:0 -1px #ba304c;
   		font-size: 16px;
   		vertical-align: middle;
   		margin:50px;
   		font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
   	}

	a.buttonpink:active {
   		border-top:1px solid #a32e4a;
   		background: #cc4a5a;
   		border-bottom:2px solid #cc3b54;
   		text-shadow:0 -1px #a32e4a;
   	}


	a.buttonpink:visited {
   		border-top:none;
   		background: #d8545c; /* Old browsers */
   		background: -webkit-gradient(linear, left top, left bottom, from(#d8545c), to(#d84557));
   		background: -webkit-linear-gradient(top, #d8545c, #d84557);
   		background: -moz-linear-gradient(top, #d8545c, #d84557);
   		background: -ms-linear-gradient(top, #d8545c, #d84557);
   		background: -o-linear-gradient(top, #d8545c, #d84557);  
   		background: linear-gradient(to bottom,  #d8545c 0%,#d84557 100%); /* W3C */
   		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8545c', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
   		padding: 16px 22px 14px 22px;
   		-webkit-border-radius: 7px;
   		-moz-border-radius: 7px;
   		border-radius: 7px;
   		border-bottom:2px solid #ba304c;
   		color:white;
   		text-shadow:0 -1px #ba304c;
   		font-size: 16px;
   		text-decoration: none;
   		vertical-align: middle;
   		margin:50px;
   		font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
   	}

	a.buttonpink:hover {
   		-webkit-border-radius: 6px;
   		-moz-border-radius: 6px;
   		border-radius: 6px;
   		border-bottom:2px solid #cc3b54;
   		background: -webkit-gradient(linear, left top, left bottom, from(#de6d74), to(#d84557));
   		background: -webkit-linear-gradient(top, #de6d74, #d84557);
   		background: -moz-linear-gradient(top, #de6d74, #d84557);
   		background: -ms-linear-gradient(top, #de6d74, #d84557);
   		background: -o-linear-gradient(top, #de6d74, #d84557);  
   		background: linear-gradient(to bottom,  #de6d74 0%,#d84557 100%); /* W3C */
   		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6d74', endColorstr='#d84557',GradientType=0 ); /* IE6-9 */
   		text-shadow:0 -1px #ba304c;
   		color:white;
   		text-decoration: none;
   		cursor: pointer;
   	}

   /*Additional Specialties Arrow Alignment on iPad*/
   #ctl00_SPWebPartManager1_g_619b99fb_6efe_4a2f_8768_229a1747ab61_csr2 .ms-ref-uparrow, .ms-ref-downarrow {
		/* margin-top: -37px; jesha */  
  }
  
  
 

}
/******************************************************************************/
/*End Media Query (min-width: 760px) and (max-width: 959px)*/
/******************************************************************************/

@media screen and (min-width: 960px) and (max-width: 1100px){

   	.searchList {
		padding: 0 0 0 180px !important;
		float: left !important;
		width: 460px !important;
	}	
	.searchFilter {
		width: 200px;
		background: rgba(0, 0, 0, 0);
		padding: 0px 10px 0px 8px;

	}

    #reqApptDiv {
    	left: -88px !important;
    	position: relative;
    	top: 2px;
    	z-index: 500;
    	font-family: 'Gotham SSm A','Gotham SSm B',Helvetica,Sans-Serif;
    	
	}
 
     a#docResultsMMCSignin {
		padding-left: 0px;
		left: -33px;
	}  
     
     .marshfieldHomePageSignIn2 {
		display: block;
		width:180px;
		font-size: 16px;
		padding: 0 10px 0 10px;
		position: relative;
		top: -55px;
		z-index: 1000;
		font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
  }
  
   .marshfieldHomePageSignIn2 {
		display: block;
		width: 230px;
		font-size: 16px;
		padding: 0 10px 0 10px;
		position: relative;
		left: -40px;
		top: -55px;
		z-index: 1000;
		font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
  }



  	#ctl00_SPWebPartManager1_g_0798647b_e538_45d2_a49d_80d436d0c3e5{
		position:relative;
		left: -10px;
		width: 230px !important;
	} 

	.relatedSearch {
		width: 230px !important;
	}


}

/***********************************************************************/
/*   End Media Query - (min-width: 960px) and (max-width: 1100px)      */
/***********************************************************************/  


/***********************************************************************/
/*     Begin Media Query -(min-width: 960px)                          */
/***********************************************************************/

@media screen and (min-width: 960px){
	
   .marshfieldHomePageSignIn2 {
		left: 0px;
		padding: 20px 0 0 5px !important;
	}
	
	a#docResultsMMCSignin, a#docResultsMMCSignin:hover {
		left: 3px !important;
	}

	a#docResultsMMCSignin {
		padding-left: 3px !important;
	}
}

/***********************************************************************/
/*   End Media Query - (min-width: 960px)                              */  
/***********************************************************************/


.searchList li {
    list-style: outside none none;
    padding: 24px 0 0 0;
}

.searchFilter {
	background: #FFF;
	padding: 0px 10px 0px 8px;
}

.docButtonsProfile {
    width: 150px !important;
    position: absolute;
    padding-top: 192px;
    text-align: center;
}

.docButtonsProfile a.buttonLink 
{
    background: none !important;
    box-shadow: none !important;
    text-align: center !important;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 16px !important;
    color: #333333 !important;
    text-transform:none !important;
    text-decoration: underline !important;
    padding: 10px 0 10px 0 !important;
}

div.docButtonsProfile > a.buttonLink:hover, div.docButtonsProfile > .buttonLink a:hover {
    background-image: none !important;
    background-color: #FFFFFF !important;
    cursor: pointer;
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif; 	
    font-weight: 300; 
    font-style: normal;
    font-size: 16px;
    color: #333333 !important;
    text-decoration:underline !important;
    text-transform: none; 
    font-family: 'Gotham SSm A','Gotham SSm B',Helvetica, Sans-Serif;
}

div.apptBtnWrapper,div.apptbtnwrappermobile,div.apptbtnwrapperlegacy {
    margin-top: 20px;
}

div.apptBtnWrapper a.buttonPink,div.apptbtnwrappermobile a.buttonPink,div.apptbtnwrapperlegacy a.buttonpink {
    margin: 0px !important;
}

div.docButtonsProfile > a.buttonlink {
    text-decoration:underline !important;
}

@media screen and (min-width: 760px){
    li.docs2List-li {
        padding-bottom: 20px !important;
    }
    
    .docButtons {
        margin-bottom:-20px !important;
    }
}

@media screen and (max-width: 759px) {
    .docButtonsProfile a {
        display:none !important;
    }
}
@media (max-width: 759px) {
	div.apptbtnwrapper {
		display:none;
	}
}
@media (min-width: 760px) {
	div.apptbtnwrappermobile {
		display:none;
	}
}
